home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{75C038D3-EA57-11D2-A3BC-000000000000}#1.0#0"; "fsScroll5D.ocx"
- Begin VB.Form frmResize
- BorderStyle = 1 'Fixed Single
- Caption = "Resize"
- ClientHeight = 2385
- ClientLeft = 45
- ClientTop = 330
- ClientWidth = 2985
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 2385
- ScaleWidth = 2985
- StartUpPosition = 3 'Windows Default
- Begin FishheadScroll.fsScroll fsScroll1
- Height = 2025
- Left = 270
- TabIndex = 0
- Top = 210
- Width = 2565
- _ExtentX = 4524
- _ExtentY = 3572
- MouseIcon = "Form5.frx":0000
- Begin VB.CommandButton Command1
- Caption = "Click Me"
- Height = 495
- Left = 330
- TabIndex = 1
- Top = 540
- Width = 1995
- End
- End
- Attribute VB_Name = "frmResize"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Command1_Click()
- Static w As Long
- If w > 0 Then
- w = -500
- Else
- w = 500
- End If
- Command1.Width = Command1.Width + w
- End Sub
-